[INFO] fetching crate tantivy-stacker 0.6.0...
[INFO] testing tantivy-stacker-0.6.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate tantivy-stacker 0.6.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate tantivy-stacker 0.6.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate tantivy-stacker 0.6.0
[INFO] tweaked toml for crates.io crate tantivy-stacker 0.6.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tantivy-stacker 0.6.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tantivy-stacker 0.6.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5504859c4788ea2fee147ea4ca11d76cf79ce6f9fd5a9fd56359fe52079934ad
[INFO] running `Command { std: "docker" "start" "-a" "5504859c4788ea2fee147ea4ca11d76cf79ce6f9fd5a9fd56359fe52079934ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5504859c4788ea2fee147ea4ca11d76cf79ce6f9fd5a9fd56359fe52079934ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5504859c4788ea2fee147ea4ca11d76cf79ce6f9fd5a9fd56359fe52079934ad", kill_on_drop: false }`
[INFO] [stdout] 5504859c4788ea2fee147ea4ca11d76cf79ce6f9fd5a9fd56359fe52079934ad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7df613f55d1dc4e684747809f0ef2921651d79b0993b84d8fb11be12835831c8
[INFO] running `Command { std: "docker" "start" "-a" "7df613f55d1dc4e684747809f0ef2921651d79b0993b84d8fb11be12835831c8", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling ownedbytes v0.9.0
[INFO] [stderr]    Compiling murmurhash32 v0.3.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling tantivy-common v0.10.0
[INFO] [stderr]    Compiling tantivy-stacker v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.39s
[INFO] running `Command { std: "docker" "inspect" "7df613f55d1dc4e684747809f0ef2921651d79b0993b84d8fb11be12835831c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7df613f55d1dc4e684747809f0ef2921651d79b0993b84d8fb11be12835831c8", kill_on_drop: false }`
[INFO] [stdout] 7df613f55d1dc4e684747809f0ef2921651d79b0993b84d8fb11be12835831c8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e4af7a5e554cd8137c4b7888f93f5f3a9cb0e1430febc162922a72b164aa1f5
[INFO] running `Command { std: "docker" "start" "-a" "6e4af7a5e554cd8137c4b7888f93f5f3a9cb0e1430febc162922a72b164aa1f5", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling cc v1.2.33
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling bitflags v2.9.2
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling bpu_trasher v0.2.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling perf-event-open-sys v4.0.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling perf-event v0.4.8
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rustop v1.1.4
[INFO] [stderr]    Compiling peakmem-alloc v0.3.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling zipf v7.0.2
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling mini-internal v0.1.42
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling proptest v1.7.0
[INFO] [stderr]    Compiling miniserde v0.1.42
[INFO] [stderr]    Compiling binggan v0.14.2
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling tantivy-common v0.10.0
[INFO] [stderr]    Compiling tantivy-stacker v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `example/../../benches/alice.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> example/hashmap.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | const ALICE: &str = include_str!("../../benches/alice.txt");
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tantivy-stacker` (example "hashmap") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6e4af7a5e554cd8137c4b7888f93f5f3a9cb0e1430febc162922a72b164aa1f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e4af7a5e554cd8137c4b7888f93f5f3a9cb0e1430febc162922a72b164aa1f5", kill_on_drop: false }`
[INFO] [stdout] 6e4af7a5e554cd8137c4b7888f93f5f3a9cb0e1430febc162922a72b164aa1f5
